home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 March / inter@ivo 1997-03.iso / cybint14 / bin / ml.dxr / 00383_volta Aframe.ls < prev    next >
Encoding:
Text File  |  1997-02-21  |  254 b   |  16 lines

  1. on mouseUp
  2.   global Aframe
  3.   sound playFile 2, "..\som\seta.wav"
  4.   startTimer()
  5.   repeat while the timer < 20
  6.     nothing()
  7.   end repeat
  8.   onVis(41)
  9.   updateStage()
  10.   startTimer()
  11.   repeat while the timer < 30
  12.     nothing()
  13.   end repeat
  14.   go(Aframe)
  15. end
  16.